home *** CD-ROM | disk | FTP | other *** search
/ Pentium Pro Processor Demo 2 / Intel Pentium Pro Processor Demo CD 2.iso / ppro_ws2 / avsview / v / ui_init.v
Encoding:
Text File  |  1995-05-20  |  619 b   |  24 lines

  1. /*        @(#)ui_init.v    1.1 AVS 95/03/18    */
  2. /*
  3.             Copyright (c) 1994 by
  4.             Advanced Visual Systems Inc.
  5.             All Rights Reserved
  6.  
  7.     This software comprises unpublished confidential information of
  8.     Advanced Visual Systems Inc. and may not be used, copied or made
  9.     available to anyone, except in accordance with the license
  10.     under which it is furnished.
  11.  
  12.     This file is under sccs control at AVS in:
  13.     /ext/2.6/src1.p/sccs/express/v/s.ui_init.v
  14. */
  15.  
  16. group UIdata {
  17.  
  18.     int num_displays => array_size(UIdisplays);
  19.     UIdisplay UIdisplays[];
  20.  
  21.     int num_fonts => array_size(UIfonts);
  22.     UIfont UIfonts[];
  23. };
  24.